Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/image-to-gcode", line 821, in <module>
  3. main()
  4. File "/usr/bin/image-to-gcode", line 756, in main
  5. nim = numpy.fromstring(im.tostring(), dtype=numpy.uint8).reshape((h, w)).astype(numpy.float32)
  6. File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 712, in tostring
  7. raise NotImplementedError("tostring() has been removed. "
  8. NotImplementedError: tostring() has been removed. Please call tobytes() instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement